JMGetAppletObject
Returns a reference to the Java applet object.
jref JMGetAppletObject (JMAppletViewerRef viewer);
viewer
- The applet whose Java object you want to find.
- function result
- A pointer to the
java.applet.Applet
Java object.DISCUSSION
This function returns a reference to the actual applet object rather than to theJMAppletViewerRef
object handled by the embedding application.